VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfTreeNodeList<T> Class / AddRange(IEnumerable<T>) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    AddRange(IEnumerable<T>) Method (PdfTreeNodeList<T>)
    In This Topic
    Adds the elements of the specified collection to the end of the PdfTreeNodeList<T>.
    Syntax
    'Declaration
    
    Public Sub AddRange( _
    ByVal collection
    The collection whose elements should be added to the end of the PdfTreeNodeList<T>. The collection itself cannot be null, and it not contain elements that are null.
    As System.Collections.Generic.IEnumerable(Of T) _
    )

    Parameters

    collection
    The collection whose elements should be added to the end of the PdfTreeNodeList<T>. The collection itself cannot be null, and it not contain elements that are null.
    Exceptions
    ExceptionDescription
    collection or collection element is null.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also